SG Window | IsgPaintSink |
FramePaint Method |
IsgPaintSink Constants Error Codes |
Called when frame area of the window should be painted.
Private Sub IsgPaintSink_FramePaint(ByVal hdc As Long)
Part | Description |
hdc | Handle of the window device context. Used as a parameter for all drawing functions. |
When you implement IsgPaintSink interface this method must contain code responsible for frame (non-client) area painting.